summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorKingCol13 <48412633+KingCol13@users.noreply.github.com>2020-09-25 11:13:59 +0200
committerGitHub <noreply@github.com>2020-09-25 11:13:59 +0200
commita78fd671b229b32b04a7abf9018edb7a6c08ccbe (patch)
treefa9857856348b0dfc7d7ad8dd9e5e33a2e3e8632 /Tools
parentPut phonograph on right part of visual spectrum (diff)
downloadcuberite-a78fd671b229b32b04a7abf9018edb7a6c08ccbe.tar
cuberite-a78fd671b229b32b04a7abf9018edb7a6c08ccbe.tar.gz
cuberite-a78fd671b229b32b04a7abf9018edb7a6c08ccbe.tar.bz2
cuberite-a78fd671b229b32b04a7abf9018edb7a6c08ccbe.tar.lz
cuberite-a78fd671b229b32b04a7abf9018edb7a6c08ccbe.tar.xz
cuberite-a78fd671b229b32b04a7abf9018edb7a6c08ccbe.tar.zst
cuberite-a78fd671b229b32b04a7abf9018edb7a6c08ccbe.zip
Diffstat (limited to 'Tools')
-rw-r--r--Tools/GrownBiomeGenVisualiser/Globals.h8
-rw-r--r--Tools/MCADefrag/Globals.h2
-rw-r--r--Tools/QtBiomeVisualiser/Globals.h2
3 files changed, 1 insertions, 11 deletions
diff --git a/Tools/GrownBiomeGenVisualiser/Globals.h b/Tools/GrownBiomeGenVisualiser/Globals.h
index da4b5203c..2c5d090f5 100644
--- a/Tools/GrownBiomeGenVisualiser/Globals.h
+++ b/Tools/GrownBiomeGenVisualiser/Globals.h
@@ -120,6 +120,7 @@ typedef unsigned char Byte;
#include <cmath>
#include <cstdarg>
#include <ctime>
+#include <cstddef>
@@ -189,10 +190,3 @@ auto ToUnsigned(T a_Val)
return static_cast<std::make_unsigned_t<T>>(a_Val);
}
-
-
-
-
-#include "BiomeDef.h"
-
-
diff --git a/Tools/MCADefrag/Globals.h b/Tools/MCADefrag/Globals.h
index 309d28cbd..def1fbdb9 100644
--- a/Tools/MCADefrag/Globals.h
+++ b/Tools/MCADefrag/Globals.h
@@ -169,8 +169,6 @@ typedef unsigned char Byte;
#define VERIFY(x) (!!(x) || (LOGERROR("Verification failed: %s, file %s, line %i", #x, __FILE__, __LINE__), exit(1), 0))
-#include "BiomeDef.h"
-
diff --git a/Tools/QtBiomeVisualiser/Globals.h b/Tools/QtBiomeVisualiser/Globals.h
index 0b119fcb1..fe037c2ad 100644
--- a/Tools/QtBiomeVisualiser/Globals.h
+++ b/Tools/QtBiomeVisualiser/Globals.h
@@ -275,7 +275,5 @@ T Clamp(T a_Value, T a_Min, T a_Max)
// Common headers (part 2, with macros):
-#include "src/ChunkDef.h"
-#include "src/BiomeDef.h"
#include "src/BlockID.h"
#include "src/BlockInfo.h"